Eclipse Platform
Pre-release 3.0

Package org.eclipse.ui.commands

Interface Summary
ICategory An instance of ICategory is a handle representing a category as defined by the extension point org.eclipse.ui.commands.
ICategoryListener An instance of ICategoryListener can be used by clients to receive notification of changes to one or more instances of ICategory.
ICommand An instance of ICommand is a handle representing a command as defined by the extension point org.eclipse.ui.commands.
ICommandHandlerService An instance of this interface allows clients to manage command handlers.
ICommandHandlerServiceListener An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICommandHandlerService.
ICommandListener An instance of ICommandListener can be used by clients to receive notification of changes to one or more instances of ICommand.
ICommandManager An instance of ICommandManager can be used to obtain instances of ICommand, as well as manage whether or not those instances are active or inactive, enabled or disabled.
ICommandManagerListener An instance of ICommandManagerListener can be used by clients to receive notification of changes to one or more instances of ICommandManager.
ICommandService TODO javadoc
ICommandServiceEvent An instance of ICommandServiceEvent describes changes to an instance of ICommandService.
ICommandServiceListener An instance of ICommandServiceListener can be used by clients to receive notification of changes to one or more instances of ICommandService.
ICompoundCommandHandlerService An instance of this interface allows clients to manage command handlers.
IContextBinding An instance of IActivityBinding represents a binding between a command and an activity.
IHandler  
IImageBinding An instance of IImageBinding represents a binding between a command and an image
IKeyConfiguration An instance of IKeyConfiguration is a handle representing a key configuration as defined by the extension point org.eclipse.ui.commands.
IKeyConfigurationListener An instance of IKeyConfigurationListener can be used by clients to receive notification of changes to one or more instances of IKeyConfiguration.
IKeySequenceBinding An instance of IKeySequenceBinding represents a binding between a command and a key sequence.
IMutableCommandHandlerService An instance of this interface allows clients to manage command handlers.
IWorkbenchCommandSupport An instance of this interface provides support for managing commands at the IWorkbench level.
IWorkbenchPageCommandSupport An instance of this interface provides support for managing commands at the IWorkbenchPage level.
IWorkbenchPartSiteCommandSupport An instance of this interface provides support for managing commands at the IWorkbenchPartSite level.
IWorkbenchWindowCommandSupport An instance of this interface provides support for managing commands at the IWorkbenchWindow level.
 

Class Summary
CategoryEvent An instance of CategoryEvent describes changes to an instance of ICategory.
CommandContributionItem A contribution item which delegates to a command.
CommandEvent An instance of CommandEvent describes changes to an instance of ICommand.
CommandHandlerServiceEvent An instance of this class describes changes to an instance of ICommandHandlerService.
CommandHandlerServiceFactory This class allows clients to broker instances of ICommandHandlerService.
CommandManagerEvent An instance of ICommandManagerEvent describes changes to an instance of ICommandManager.
CommandManagerFactory This class allows clients to broker instances of ICommandManager.
KeyConfigurationEvent An instance of KeyConfigurationEvent describes changes to an instance of IKeyConfiguration.
 

Exception Summary
NotDefinedException Signals that an attempt was made to access the attributes of an undefined object.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.